home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 January
/
ChipCD_1.03.iso
/
oddech
/
bsen
/
BSinstall.exe
/
BecheruvSen.exe
/
scripts
/
DefineButton2_1780
/
BUTTONCONDACTION on(release).as
next >
Wrap
Text File
|
2002-11-01
|
1KB
|
59 lines
on(release){
if(_root.poz == "f")
{
if(_root.dverepantata._currentframe == 1)
{
if(_root.ii17 < 2)
{
_root.stopdragall();
_root.hideall();
_root.pes.gotoAndStop("vrceni");
}
else
{
_root.stopdragall();
_root.dverepantata.gotoAndStop(2);
_root.ic_none();
_root.set_info(75);
_root.ic_pusa();
}
}
else if(_root.draglej == 19)
{
_root.stopdragall();
_root.hideall();
if(0 < _root.ii16)
{
_root.d_pnaves.i = "m323_1";
}
else
{
_root.d_pnaves.i = "m322_1";
}
}
else if(_root.draglej == 11)
{
_root.stopdragall();
_root.hideall();
_root.d_pnaves.i = "item_n11";
}
else if(0 < _root.draglej)
{
_root.stopdragall();
_root.hideall();
_root.d_pnaves.i = "item_bad";
}
else
{
_root.stopdragall();
_root.hideall();
_root.d_pnaves.i = "start";
}
}
else
{
_root.stopdragall();
_root.pepa.gotoAndPlay(_root.poz add "f");
}
}